home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / wwam.zip / WIGWAM.ZIP / EURMAP.SCR < prev    next >
Text File  |  1992-12-06  |  3KB  |  99 lines

  1. ; Revised for TP/WigWam by William Lees 5/12/92
  2. E EURMAP.SCR    Script for downloading weather maps
  3. ;
  4. ;       This script downloads weather maps for offline
  5. ;   viewing with the .GIF viewer of your choice.  EURMAP.SCR
  6. ;   can be invoked by pressing <PgUp> while in Interactive
  7. ;   mode, or can be copied to the filename FRONTEND.SCR and
  8. ;   excuted by logging on with the <Alt-N> command.
  9. ;
  10. ;       Before using the script for the first time, read through
  11. ;   the script comments and customize the lines underscored by
  12. ;   *****'s.  As supplied, the Graphics Type is '1' VGA, the
  13. ;   region selected is Continental Europe, and the maps downloaded
  14. ;   are the Current Weather, to a file named CURRENT.GIF and the
  15. ;   Forecast Weather, to a file named FORECAST.GIF.
  16. ;
  17. ;       This script is set up to work with TAPCIS version 5.4.
  18. ;   To use with TAPCIS 5.3, remove the leading semi-colon from the
  19. ;   two lines enclosed in ;++++++++'s.
  20. ;
  21. ;       The portion of the script enclosed in ;======='s can be
  22. ;   duplicated if you want to download more than two maps.
  23. ;
  24. ;                                              Loren Jenkins
  25. ;                                              11-Oct-1992
  26. S GO USMAPS^M
  27. W MAPS
  28. ;CompuServe                 USMAPS
  29. ;+++++++++ For TAPCIS 5.3, remove the leading ';' from the next two lines
  30. W I
  31. U #IBX,PB,+539^M
  32. ;++++++++++++++++
  33. W g
  34. U #0^M
  35. W !
  36. ;Select Graphics Type
  37. ;
  38. ;Choose the selection which best fits your PC's graphics capabilities.
  39. ;
  40. ;Type of Graphics
  41. ; 1 640 x 480 x 16 colors (VGA, Macintosh II)
  42. ; 2 378 x 240 x 16 colors (EGA)
  43. ; 3 320 x 200 x  4 colors (CGA, Tandy 1000)
  44. ; 4 320 x 200 x  2 colors (Hercules, Macintosh Plus or SE)
  45. ;
  46. S 1^M
  47. ;****** Select graphics type from the list
  48. W !
  49. ;United States (Download mode)
  50. ; 1 Short-Term Weather Forecasts
  51. ; 2 U.S. National Weather Service Reports
  52. ; 3 Other Regions of the World
  53. ;
  54. S 3^M
  55. W !
  56. ;Weather Maps/Reports (Download mode)
  57. ;
  58. ; 3 Continental Europe
  59. ; 4 United Kingdom / Ireland
  60. ; 5 Japan / Far East
  61. ;
  62. S 3^M
  63. ;****  Select a region 3-5 from the menu above
  64. ;
  65. W !
  66. ; 1 Short-Term Weather Forecasts
  67. ; 2 Other Regions of the World
  68. ;
  69. ; 3 Satellite (for 09:00 EST 11-Oct-92)
  70. ; 4 Current Weather (for 04:00 EST 11-Oct-92)
  71. ; 5 Forecast Weather (for 12-Oct-92)
  72. ;
  73. S 4^M
  74. ;****  Choose a map from the menu list (3-5)
  75. W !
  76. S 2^M
  77. W t) :
  78. ;               Delete any previous version
  79. K EURCW.GIF
  80. S EURCW.GIF^M
  81. ;************** Enter a file name for the downloaded map, ending with ^M
  82. W !
  83. ;----------------------------
  84. ;  The following section (enclosed in ;=======) can be repeated
  85. ;  for additional weather maps.
  86. ;=============================
  87. S 5^M
  88. ;****  Choose a map from the menu list
  89. W t) :
  90. ;               Delete any previous version
  91. K EURFW.GIF
  92. S EURFW.GIF^M
  93. ;************** Enter a file name for the downloaded map, ending with ^M
  94. W !
  95. ;=============================
  96. S ^M
  97. W !
  98. ;   End of script, leaving TAPCIS at a navigation prompt
  99.